字典二二>英语词典>compiler error翻译和用法

compiler error

英 [kəmˈpaɪlə(r) ˈerə(r)]

美 [kəmˈpaɪlər ˈerər]

网络  编译错; 编译错误; 编译器错误

计算机

双语例句

  • Compile failed; see the compiler error output for details.
    大家看看,这是什么错。
  • The compiler of EP consists internally of lexical scanner module, parser module, semantic analyzer, target code generator module, symbol table management module and error handle module.
    编译器由词法分析、语法分析、语义分析、目标代码生成、符号表管理、错误处理六部分组成。
  • If there are such changes, the JiBX binding compiler will report an error and the deployment step will fail.
    如果存在这样的变更,JiBX绑定编译器将报告错误,部署步骤将失败。
  • This is a little cleaner, as it keeps the common code common, and it makes development easier as the JET compiler doesn't always give the nicest error messages.
    这样可能会更加整洁,因为它保留了代码的通用性,并可以简化开发过程,因为JET编译器并不能总是给出最正确的错误消息。
  • XML was integrated in Java language. The XJ could allow the compiler to detect early error and report.
    将XML支持集成到Java语言,XJ允许编译器在早期检测错误并报告。
  • The compiler will issue an error or warning whenever it encounters a type bound involving a final type.
    编译器每当遇到一个涉及final类型的类型绑定时,就会发出一个错误或者警告。
  • If an internal compiler error occurs, it will not be collected or sent to microsoft.
    如果发生内部编译器错误,则不会收集错误或向microsoft发送错误。
  • Only the compiler would be able to flag this as an error.
    只有编译器才能标记这个错误。
  • Unchecked generic type operation The compiler will issue an error or warning whenever it encounters an unchecked generic type operation.
    Uncheckedgenerictypeoperation编译器每当遇到未经检查的泛型类型操作,就将发出一个错误或者警告。
  • You should note that two functions with the same name and parameter list, but different return types, generate a compiler error.
    需注意的是,假如两个函数的名称与参数列表均一致然而返回类型不同的话,这就是个编译错误。